ASP.NET MVC Controls
MaxHeaderItems Property

Gets or sets the maximum number of items to display on the control header.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property MaxHeaderItems As Integer
[DefaultValue()]
public int MaxHeaderItems {get; set;}
Remarks
If no items are selected, the header displays the text specified by the Placeholder property.If the number of selected items is smaller than or equal to the value of the MaxHeaderItems property, the selected items are shown in the header. If the number of selected items is greater than MaxHeaderItems, the header displays the selected item count instead.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiSelect<T> Class
MultiSelect<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback